projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eadc0e
)
d/rules: Don't explicitly use --as-needed linker option
author
Simon McVittie
<smcv@debian.org>
Mon, 27 Apr 2020 07:19:58 +0000
(08:19 +0100)
committer
Simon McVittie
<smcv@debian.org>
Mon, 27 Apr 2020 07:19:58 +0000
(08:19 +0100)
It's the default with bullseye toolchains.
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 934e0341564073ae249fb456064d7b7fd4aaf32f..16cc7b47072a97ac9f796adc78521aac90767c60 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-1,7
+1,6
@@
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
binaries := $(shell dh_listpackages)